home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / SASC_6.0_Disk_4.adf / Compiler_Headers / Include / clib / console_protos.h < prev    next >
C/C++ Source or Header  |  1992-07-30  |  810b  |  29 lines

  1. #ifndef  CLIB_CONSOLE_PROTOS_H
  2. #define  CLIB_CONSOLE_PROTOS_H
  3. /*
  4. **    $Filename: clib/console_protos.h $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 36.6 $
  7. **    $Date: 90/11/07 $
  8. **
  9. **    C prototypes. For use with 32 bit integers only.
  10. **
  11. **    (C) Copyright 1990-1991 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14. #ifndef  EXEC_LIBRARIES_H
  15. #include <exec/libraries.h>
  16. #endif
  17. #ifndef  DEVICES_INPUTEVENT_H
  18. #include <devices/inputevent.h>
  19. #endif
  20. #ifndef  DEVICES_KEYMAP_H
  21. #include <devices/keymap.h>
  22. #endif
  23. struct InputEvent *CDInputHandler( struct InputEvent *events,
  24.     struct Library *consoleDevice );
  25. LONG RawKeyConvert( struct InputEvent *events, STRPTR buffer, long length,
  26.     struct KeyMap *keyMap );
  27. /*--- functions in V36 or higher (distributed as Release 2.0) ---*/
  28. #endif     /* CLIB_CONSOLE_PROTOS_H */
  29.